home *** CD-ROM | disk | FTP | other *** search
- I've just spotted a rather annoying bug in v1.93alpha.
-
- Even more annoying than usual since I just uploaded 5
- binaries and a bunch of sourcecode containing that
- very same bug...
-
- Aarrgghh!!!
-
- Anyway, try to avoid the '3' key for horizontal low detail
- at the moment. I won't bother uploading stacks of new sources
- but instead offer a DIY upgrade for anyone willing to hack
- about with the sources and recompile them.
-
- All you have to do is look for these routines in RENDER.S
-
- render_flats_1x1:
- render_flats_2x1:
-
- And look for the lines:
-
- tst.l a4
- beq .invalid_run
-
- If there are another 2 lines IMMEDIATELY ABOVE this
- fragment of code IN EITHER ROUTINE which look anything
- like these:
-
- lea (a2,d0*4),a6 < offending code
- exg.l d5,a6 < offending code
- tst.l a4
- beq .invalid_run
-
- Then remove them, leaving only the original 2 lines:
-
- tst.l a4
- beq .invalid_run
-
- Sitting on their own.
-
- That should do the trick!
-
- Doug.
-
-
-